libxl regression: don't require vncpasswd when password is empty string
authorChristoph Egger <Christoph.Egger@amd.com>
Fri, 18 Feb 2011 19:07:11 +0000 (19:07 +0000)
committerChristoph Egger <Christoph.Egger@amd.com>
Fri, 18 Feb 2011 19:07:11 +0000 (19:07 +0000)
commit0dba10b8e37f3f63ed9f5ed449d9e9e0c8c9f1aa
tree91950f87edba6d0f83ea5be7fe11f15f485d6e2e
parentce30570ae8b53d7625243ee41984c24cfbf5935c
libxl regression: don't require vncpasswd when password is empty string

Don't require an empty password when the guest config file
has the entry
     vncpasswd=''

Instead, do not require a password at all in this case.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c